Class symantec.itools.db.beans.brl.adapter.editors.ValidComparisionOpersImplEditorPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.adapter.editors.ValidComparisionOpersImplEditorPanel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----symantec.itools.db.beans.brl.adapter.editors.ValidComparisionOpersImplEditorPanel

public class ValidComparisionOpersImplEditorPanel
extends JPanel
Class which does all the work for setting comparisionOperators property in ValidationAdapter

Version:
1.0 07/24/98
Author:
Puru Balakrishnan

Variable Index

 o compOperList
 o instrLabel
 o listScrollPane
 o propChangeSupport
 o propEditor
 o statusLabel

Constructor Index

 o symantec.itools.db.beans.brl.adapter.editors.ValidComparisionOpersImplEditorPanel()
Default constructor
 o symantec.itools.db.beans.brl.adapter.editors.ValidComparisionOpersImplEditorPanel(PropertyEditor, Object, int, int)
Constructor with PropertyEditor passed in

Method Index

 o addPropertyChangeListener(PropertyChangeListener)
addPropertyChangeListener method
 o getCurrentValue()
 o removePropertyChangeListener(PropertyChangeListener)
removePropertyChangeListener method
 o showCurrentSelection(Object)

Variables

 o compOperList
protected com.sun.java.swing.JList compOperList
 o instrLabel
protected com.sun.java.swing.JLabel instrLabel
 o listScrollPane
protected com.sun.java.swing.JScrollPane listScrollPane
 o propChangeSupport
protected java.beans.PropertyChangeSupport propChangeSupport
 o propEditor
protected java.beans.PropertyEditor propEditor
 o statusLabel
protected com.sun.java.swing.JLabel statusLabel

Constructors

 o ValidComparisionOpersImplEditorPanel
public ValidComparisionOpersImplEditorPanel()
Default constructor

 o ValidComparisionOpersImplEditorPanel
public ValidComparisionOpersImplEditorPanel(PropertyEditor editor,
                                            Object implClassObj,
                                            int width,
                                            int height)
Constructor with PropertyEditor passed in

Methods

 o addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener l)
addPropertyChangeListener method

Parameters:
l - the Listener to be added
Overrides:
addPropertyChangeListener in class JComponent
 o getCurrentValue
public symantec.itools.db.beans.brl.OperatorMember[] getCurrentValue()
 o removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener l)
removePropertyChangeListener method

Parameters:
l - the Listener to be removed
Overrides:
removePropertyChangeListener in class JComponent
 o showCurrentSelection
public void showCurrentSelection(Object value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index